home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSINESS
/
LM.LZH
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1992-08-31
|
351b
|
21 lines
echo off
if (%1)==() goto whoops
cls
echo Now installing Label Master on Drive %1... sit back and relax
md %1:\lm5
copy lmaster.exe %1:\lm5
cls
%1:
cd\lm5
lmaster
cls
echo Installation complete. Ready to start Label Master.
echo.
pause
cls
lm5
goto quit
:whoops
echo You forgot to type a drive letter, please try again...
:quit